@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
.main-body {
    font-family: 'Poppins';
}

.custom-scrollbar h4,
h1 {
    color: #ffc827;
}

.custom-scrollbar h4 {
    font-size: 20px;
}

@media only screen and (max-width: 420px) {
    .bestservice {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 420px) {
    .readmore {
        margin-left: 60% !important;
    }
}

.readmore {
    margin-left: 90%;
}

.main-body p {
    text-align: justify;
}

.custom-scrollbar {
    max-height: 145px;
    /* Set a maximum height for the container */
    overflow-x: hidden;
}

.scrollable-paragraph {
    color: white;
    margin: 0;
    padding: 10px;
}

li {
    color: white;
}

/* For WebKit-based browsers (Chrome, Safari) */

.custom-scrollbar::-webkit-scrollbar {
    width: 25px;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 15px;
    background-color: #0a2e11;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ffc827;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.5) inset;
}

/* For Microsoft Edge */

@supports (-ms-overflow-style: none) {
    .custom-scrollbar::-ms-scrollbar {
        width: 10px;
    }
    .custom-scrollbar::-ms-scrollbar-track {
        background-color: #dddddd;
    }
    .custom-scrollbar::-ms-scrollbar-thumb {
        background-color: #000000;
    }
    .custom-scrollbar::-ms-scrollbar-thumb:hover {
        background-color: #888888;
    }
}

@media only screen and ( max-width:420px) {
    .main-body h2 {
        font-size: 24px;
    }
}